04. DCGAN Implementation
DCGAN implementation
We've prepared some notebooks for you to work through where you'll implement a DCGAN on the Street View House Numbers (SVHN) dataset. I made a short video of generated images while the GAN is being trained. If you get everything in your implementation right, it should look a lot like this.
As usual, you can find the notebooks on our GitHub repository in the dcgan-svhn
folder. If you have already cloned the repo, do a git pull
to get the new files. Otherwise, clone the repository:
git clone https://github.com/udacity/deep-learning.git
Or, you can get the notebooks here.